home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form SourceDisplay
- Appearance = 0 'Flat
- BackColor = &H80000005&
- Caption = "Message Source"
- ClientHeight = 8340
- ClientLeft = 1095
- ClientTop = 1485
- ClientWidth = 7365
- BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- Name = "MS Sans Serif"
- Size = 8.25
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- ForeColor = &H80000008&
- Height = 8745
- Left = 1035
- LinkTopic = "Form1"
- ScaleHeight = 8340
- ScaleWidth = 7365
- Top = 1140
- Width = 7485
- Begin VB.TextBox Text1
- Appearance = 0 'Flat
- BackColor = &H00C0C0C0&
- BorderStyle = 0 'None
- BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- Name = "Courier New"
- Size = 9.75
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 7815
- Left = 120
- MultiLine = -1 'True
- ScrollBars = 3 'Both
- TabIndex = 0
- Text = "SRCDISP.frx":0000
- Top = 240
- Width = 6495
- End
- Attribute VB_Name = "SourceDisplay"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Private Sub Form_Resize()
- text1.Top = 0
- text1.Left = 0
- text1.Width = Me.ScaleWidth
- text1.Height = Me.ScaleHeight
- End Sub
-